toggle menu
My Neighbor Alice
dapp
switch theme
search in API
My Neighbor Alice
/
lib.dip.attributes.ByteArray.Unsafe
Namespace
ByteArray.
Unsafe
Functions
Functions
add_value
Link copied to clipboard
function
add_value
(
instance
:
instance
,
attribute_name
:
I
,
value
:
byte_array
)
add_value_by_attribute
Link copied to clipboard
function
add_value_by_attribute
(
instance
:
instance
,
attribute
:
attribute
,
value
:
byte_array
)
remove_value
Link copied to clipboard
function
remove_value
(
instance
:
instance
,
attribute_name
:
I
)
:
byte_array
remove_value_by_attribute
Link copied to clipboard
function
remove_value_by_attribute
(
instance
:
instance
,
attribute
:
attribute
)
:
byte_array
set_value
Link copied to clipboard
function
set_value
(
instance
:
instance
,
attribute_name
:
I
,
value
:
byte_array
)
set_value_by_attribute
Link copied to clipboard
function
set_value_by_attribute
(
instance
:
instance
,
attribute
:
attribute
,
value
:
byte_array
)
update_value
Link copied to clipboard
function
update_value
(
instance
:
instance
,
attribute_name
:
I
,
value
:
byte_array
)
update_value_by_attribute
Link copied to clipboard
function
update_value_by_attribute
(
instance
:
instance
,
attribute
:
attribute
,
value
:
byte_array
)